Html Css Color HEX #A724CB Dark Orchid

📋 copy color: '#A724CB'

red 167 ◦ green 36 ◦ blue 203

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

Shades of Dark Orchid #A724CB

Tints of Dark Orchid #A724CB

RGB

 RED value IS 167 (65.63% from 255) = 41.13%

 GREEN value IS 36 (14.45% from 255) = 8.87%

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

R = 41.13%
G = 8.87%
B = 50%

CMYK

 C value IS 0.18

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A724CB (or 0xA724CB) is known color: Dark Orchid. HEX triplet: A7, 24 and CB. RGB value is (167,36,203). Sum of RGB (Red+Green+Blue) = 167+36+203=406 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.13% from 406); Green value is 36 (14.45% from 255 or 8.87% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #A724CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A724CB is #58DB34. Grayscale: #5D5D5D. Windows color (decimal): -5823285 or 13313191. OLE color: 13313191.

HSL color Cylindrical-coordinate representation of color #A724CB: hue angle of 287.07º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A724CB is Cyan = 0.18, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 167 36 203 -
CMYK 0.18 0.82 0 0.20
HSL 287.07º 0.7% 0.47% -
HSV(B) 287.07º 0.82% 0.8% -
XYZ 27.35 13.79 57.72 -
YUV 94.21 189.4 179.92 -
System Red Green Blue C M Y K H S L
Decimal 167 36 203 0.18 0.82 0 0.20 287.07 0.7 0.47
Hex A7 24 CB 12 52 0 14 11F 46 2F
Octal 247 44 313 22 122 0 24 437 106 57
Binary 10100111 100100 11001011 10010 1010010 0 10100 100011111 1000110 101111

Color Harmonies of #A724CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A724CB

Black with #A724CB

Text Example


Text Example

White with #A724CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A724CB; }

 p { color: rgb(167,36,203); }

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

background-color css

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

 a { background-color: rgb(167,36,203); }

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

border-color css

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

 span { border-color: rgb(167,36,203); }

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