Html Css Color HEX #A827CB Dark Orchid

📋 copy color: '#A827CB'

red 168 ◦ green 39 ◦ blue 203

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

Shades of Dark Orchid #A827CB

Tints of Dark Orchid #A827CB

RGB

 RED value IS 168 (66.02% from 255) = 40.98%

 GREEN value IS 39 (15.63% from 255) = 9.51%

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

R = 40.98%
G = 9.51%
B = 49.51%

CMYK

 C value IS 0.17

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A827CB (or 0xA827CB) is known color: Dark Orchid. HEX triplet: A8, 27 and CB. RGB value is (168,39,203). Sum of RGB (Red+Green+Blue) = 168+39+203=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 39 (15.62% from 255 or 9.51% from 410); Blue value is 203 (79.69% from 255 or 49.51% from 410); Max value from RGB is 203 - color contains mainly: blue. Hex color #A827CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A827CB is #57D834. Grayscale: #5F5F5F. Windows color (decimal): -5756981 or 13313960. OLE color: 13313960.

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

Color convert

RGB 168 39 203 -
CMYK 0.17 0.81 0 0.20
HSL 287.2º 0.68% 0.47% -
HSV(B) 287.2º 0.81% 0.8% -
XYZ 27.65 14.09 57.76 -
YUV 96.27 188.24 179.16 -
System Red Green Blue C M Y K H S L
Decimal 168 39 203 0.17 0.81 0 0.20 287.2 0.68 0.47
Hex A8 27 CB 11 51 0 14 11F 44 2F
Octal 250 47 313 21 121 0 24 437 104 57
Binary 10101000 100111 11001011 10001 1010001 0 10100 100011111 1000100 101111

Color Harmonies of #A827CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A827CB

Black with #A827CB

Text Example


Text Example

White with #A827CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A827CB; }

 p { color: rgb(168,39,203); }

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

background-color css

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

 a { background-color: rgb(168,39,203); }

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

border-color css

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

 span { border-color: rgb(168,39,203); }

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