Html Css Color HEX #A430CC Dark Orchid

📋 copy color: '#A430CC'

red 164 ◦ green 48 ◦ blue 204

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

Shades of Dark Orchid #A430CC

Tints of Dark Orchid #A430CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.04%

R = 39.42%
G = 11.54%
B = 49.04%

CMYK

 C value IS 0.20

 M value IS 0.76

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#A430CC (or 0xA430CC) is known color: Dark Orchid. HEX triplet: A4, 30 and CC. RGB value is (164,48,204). Sum of RGB (Red+Green+Blue) = 164+48+204=416 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.42% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #A430CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A430CC is #5BCF33. Grayscale: #636363. Windows color (decimal): -6016820 or 13381796. OLE color: 13381796.

HSL color Cylindrical-coordinate representation of color #A430CC: hue angle of 284.62º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A430CC is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 164 48 204 -
CMYK 0.20 0.76 0 0.2
HSL 284.62º 0.62% 0.49% -
HSV(B) 284.62º 0.76% 0.8% -
XYZ 27.27 14.37 58.46 -
YUV 100.47 186.43 173.32 -
System Red Green Blue C M Y K H S L
Decimal 164 48 204 0.20 0.76 0 0.2 284.62 0.62 0.49
Hex A4 30 CC 14 4C 0 14 11D 3E 31
Octal 244 60 314 24 114 0 24 435 76 61
Binary 10100100 110000 11001100 10100 1001100 0 10100 100011101 111110 110001

Color Harmonies of #A430CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A430CC

Black with #A430CC

Text Example


Text Example

White with #A430CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A430CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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