Html Css Color HEX #A430CF Dark Orchid

📋 copy color: '#A430CF'

red 164 ◦ green 48 ◦ blue 207

#A430CF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #A430CF

Tints of Dark Orchid #A430CF

RGB

 RED value IS 164 (64.45% from 255) = 39.14%

 GREEN value IS 48 (19.14% from 255) = 11.46%

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 39.14%
G = 11.46%
B = 49.4%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A430CF (or 0xA430CF) is known color: Dark Orchid. HEX triplet: A4, 30 and CF. RGB value is (164,48,207). Sum of RGB (Red+Green+Blue) = 164+48+207=419 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.14% from 419); Green value is 48 (19.14% from 255 or 11.46% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #A430CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430CF is #5BCF30. Grayscale: #646464. Windows color (decimal): -6016817 or 13578404. OLE color: 13578404.

HSL color Cylindrical-coordinate representation of color #A430CF: hue angle of 283.77º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A430CF is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 164 48 207 -
CMYK 0.21 0.77 0 0.19
HSL 283.77º 0.62% 0.5% -
HSV(B) 283.77º 0.77% 0.81% -
XYZ 27.63 14.51 60.38 -
YUV 100.81 187.93 173.07 -
System Red Green Blue C M Y K H S L
Decimal 164 48 207 0.21 0.77 0 0.19 283.77 0.62 0.5
Hex A4 30 CF 15 4D 0 13 11C 3E 32
Octal 244 60 317 25 115 0 23 434 76 62
Binary 10100100 110000 11001111 10101 1001101 0 10011 100011100 111110 110010

Color Harmonies of #A430CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430CF

Black with #A430CF

Text Example


Text Example

White with #A430CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430CF; }

 p { color: rgb(164,48,207); }

 H1.HeaderClassName
 {
   color: #A430CF;
 }
 .AnyTagClassName
 {
   color: #A430CF;
 }
</style>

background-color css

<style>
 a { background-color: #A430CF; }

 a { background-color: rgb(164,48,207); }

 div.DivClassName
 {
   background-color: #A430CF;
 }
 .BgClassName
 {
   background-color: #A430CF;
 }
</style>

border-color css

<style>
 span { border-color: #A430CF; }

 span { border-color: rgb(164,48,207); }

 td.TdClassName
 {
   border-color: #A430CF;
 }
 .TagClassName
 {
   border-color: #A430CF;
 }
</style>