Html Css Color HEX #A245CB Dark Orchid

📋 copy color: '#A245CB'

red 162 ◦ green 69 ◦ blue 203

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

Shades of Dark Orchid #A245CB

Tints of Dark Orchid #A245CB

RGB

 RED value IS 162 (63.67% from 255) = 37.33%

 GREEN value IS 69 (27.34% from 255) = 15.9%

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

R = 37.33%
G = 15.9%
B = 46.77%

CMYK

 C value IS 0.20

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A245CB (or 0xA245CB) is known color: Dark Orchid. HEX triplet: A2, 45 and CB. RGB value is (162,69,203). Sum of RGB (Red+Green+Blue) = 162+69+203=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 69 (27.34% from 255 or 15.90% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #A245CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245CB is #5DBA34. Grayscale: #6F6F6F. Windows color (decimal): -6142517 or 13321634. OLE color: 13321634.

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

Color convert

RGB 162 69 203 -
CMYK 0.20 0.66 0 0.20
HSL 281.64º 0.56% 0.53% -
HSV(B) 281.64º 0.66% 0.8% -
XYZ 27.81 16.25 58.17 -
YUV 112.08 179.31 163.6 -
System Red Green Blue C M Y K H S L
Decimal 162 69 203 0.20 0.66 0 0.20 281.64 0.56 0.53
Hex A2 45 CB 14 42 0 14 11A 38 35
Octal 242 105 313 24 102 0 24 432 70 65
Binary 10100010 1000101 11001011 10100 1000010 0 10100 100011010 111000 110101

Color Harmonies of #A245CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A245CB

Black with #A245CB

Text Example


Text Example

White with #A245CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A245CB; }

 p { color: rgb(162,69,203); }

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

background-color css

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

 a { background-color: rgb(162,69,203); }

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

border-color css

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

 span { border-color: rgb(162,69,203); }

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