Html Css Color HEX #A245DB Dark Orchid

📋 copy color: '#A245DB'

red 162 ◦ green 69 ◦ blue 219

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

Shades of Dark Orchid #A245DB

Tints of Dark Orchid #A245DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.67%

R = 36%
G = 15.33%
B = 48.67%

CMYK

 C value IS 0.26

 M value IS 0.68

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A245DB (or 0xA245DB) is known color: Dark Orchid. HEX triplet: A2, 45 and DB. RGB value is (162,69,219). Sum of RGB (Red+Green+Blue) = 162+69+219=450 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36% from 450); Green value is 69 (27.34% from 255 or 15.33% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #A245DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A245DB is #5DBA24. Grayscale: #717171. Windows color (decimal): -6142501 or 14370210. OLE color: 14370210.

HSL color Cylindrical-coordinate representation of color #A245DB: hue angle of 277.2º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A245DB is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 162 69 219 -
CMYK 0.26 0.68 0 0.14
HSL 277.2º 0.68% 0.56% -
HSV(B) 277.2º 0.68% 0.86% -
XYZ 29.81 17.05 68.74 -
YUV 113.91 187.31 162.3 -
System Red Green Blue C M Y K H S L
Decimal 162 69 219 0.26 0.68 0 0.14 277.2 0.68 0.56
Hex A2 45 DB 1A 44 0 E 115 44 38
Octal 242 105 333 32 104 0 16 425 104 70
Binary 10100010 1000101 11011011 11010 1000100 0 1110 100010101 1000100 111000

Color Harmonies of #A245DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A245DB

Black with #A245DB

Text Example


Text Example

White with #A245DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A245DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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