Html Css Color HEX #A844CB Dark Orchid

📋 copy color: '#A844CB'

red 168 ◦ green 68 ◦ blue 203

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

Shades of Dark Orchid #A844CB

Tints of Dark Orchid #A844CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.49%

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

R = 38.27%
G = 15.49%
B = 46.24%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A844CB (or 0xA844CB) is known color: Dark Orchid. HEX triplet: A8, 44 and CB. RGB value is (168,68,203). Sum of RGB (Red+Green+Blue) = 168+68+203=439 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.27% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #A844CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A844CB is #57BB34. Grayscale: #707070. Windows color (decimal): -5749557 or 13321384. OLE color: 13321384.

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

Color convert

RGB 168 68 203 -
CMYK 0.17 0.67 0 0.20
HSL 284.44º 0.56% 0.53% -
HSV(B) 284.44º 0.67% 0.8% -
XYZ 29 16.77 58.21 -
YUV 113.29 178.63 167.02 -
System Red Green Blue C M Y K H S L
Decimal 168 68 203 0.17 0.67 0 0.20 284.44 0.56 0.53
Hex A8 44 CB 11 43 0 14 11C 38 35
Octal 250 104 313 21 103 0 24 434 70 65
Binary 10101000 1000100 11001011 10001 1000011 0 10100 100011100 111000 110101

Color Harmonies of #A844CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A844CB

Black with #A844CB

Text Example


Text Example

White with #A844CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A844CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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