Html Css Color HEX #A841CB Dark Orchid

📋 copy color: '#A841CB'

red 168 ◦ green 65 ◦ blue 203

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

Shades of Dark Orchid #A841CB

Tints of Dark Orchid #A841CB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.91%

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

R = 38.53%
G = 14.91%
B = 46.56%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A841CB (or 0xA841CB) is known color: Dark Orchid. HEX triplet: A8, 41 and CB. RGB value is (168,65,203). Sum of RGB (Red+Green+Blue) = 168+65+203=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 65 (25.78% from 255 or 14.91% from 436); Blue value is 203 (79.69% from 255 or 46.56% from 436); Max value from RGB is 203 - color contains mainly: blue. Hex color #A841CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A841CB is #57BE34. Grayscale: #6F6F6F. Windows color (decimal): -5750325 or 13320616. OLE color: 13320616.

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

Color convert

RGB 168 65 203 -
CMYK 0.17 0.68 0 0.20
HSL 284.78º 0.57% 0.53% -
HSV(B) 284.78º 0.68% 0.8% -
XYZ 28.82 16.42 58.15 -
YUV 111.53 179.62 168.28 -
System Red Green Blue C M Y K H S L
Decimal 168 65 203 0.17 0.68 0 0.20 284.78 0.57 0.53
Hex A8 41 CB 11 44 0 14 11D 39 35
Octal 250 101 313 21 104 0 24 435 71 65
Binary 10101000 1000001 11001011 10001 1000100 0 10100 100011101 111001 110101

Color Harmonies of #A841CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A841CB

Black with #A841CB

Text Example


Text Example

White with #A841CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A841CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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