Html Css Color HEX #A432CB Dark Orchid

📋 copy color: '#A432CB'

red 164 ◦ green 50 ◦ blue 203

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

Shades of Dark Orchid #A432CB

Tints of Dark Orchid #A432CB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.99%

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 39.33%
G = 11.99%
B = 48.68%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A432CB (or 0xA432CB) is known color: Dark Orchid. HEX triplet: A4, 32 and CB. RGB value is (164,50,203). Sum of RGB (Red+Green+Blue) = 164+50+203=417 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.33% from 417); Green value is 50 (19.92% from 255 or 11.99% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #A432CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A432CB is #5BCD34. Grayscale: #656565. Windows color (decimal): -6016309 or 13316772. OLE color: 13316772.

HSL color Cylindrical-coordinate representation of color #A432CB: hue angle of 284.71º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A432CB is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 164 50 203 -
CMYK 0.19 0.75 0 0.20
HSL 284.71º 0.6% 0.5% -
HSV(B) 284.71º 0.75% 0.8% -
XYZ 27.23 14.49 57.86 -
YUV 101.53 185.27 172.56 -
System Red Green Blue C M Y K H S L
Decimal 164 50 203 0.19 0.75 0 0.20 284.71 0.6 0.5
Hex A4 32 CB 13 4B 0 14 11D 3C 32
Octal 244 62 313 23 113 0 24 435 74 62
Binary 10100100 110010 11001011 10011 1001011 0 10100 100011101 111100 110010

Color Harmonies of #A432CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A432CB

Black with #A432CB

Text Example


Text Example

White with #A432CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A432CB; }

 p { color: rgb(164,50,203); }

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

background-color css

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

 a { background-color: rgb(164,50,203); }

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

border-color css

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

 span { border-color: rgb(164,50,203); }

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