Html Css Color HEX #A245CE Dark Orchid

📋 copy color: '#A245CE'

red 162 ◦ green 69 ◦ blue 206

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

Shades of Dark Orchid #A245CE

Tints of Dark Orchid #A245CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.14%

R = 37.07%
G = 15.79%
B = 47.14%

CMYK

 C value IS 0.21

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A245CE (or 0xA245CE) is known color: Dark Orchid. HEX triplet: A2, 45 and CE. RGB value is (162,69,206). Sum of RGB (Red+Green+Blue) = 162+69+206=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 69 (27.34% from 255 or 15.79% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #A245CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245CE is #5DBA31. Grayscale: #6F6F6F. Windows color (decimal): -6142514 or 13518242. OLE color: 13518242.

HSL color Cylindrical-coordinate representation of color #A245CE: hue angle of 280.73º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A245CE is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 69 206 -
CMYK 0.21 0.67 0 0.19
HSL 280.73º 0.58% 0.54% -
HSV(B) 280.73º 0.67% 0.81% -
XYZ 28.17 16.39 60.07 -
YUV 112.43 180.81 163.36 -
System Red Green Blue C M Y K H S L
Decimal 162 69 206 0.21 0.67 0 0.19 280.73 0.58 0.54
Hex A2 45 CE 15 43 0 13 119 3A 36
Octal 242 105 316 25 103 0 23 431 72 66
Binary 10100010 1000101 11001110 10101 1000011 0 10011 100011001 111010 110110

Color Harmonies of #A245CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A245CE

Black with #A245CE

Text Example


Text Example

White with #A245CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A245CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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