Html Css Color HEX #A232DB Dark Orchid

📋 copy color: '#A232DB'

red 162 ◦ green 50 ◦ blue 219

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

Shades of Dark Orchid #A232DB

Tints of Dark Orchid #A232DB

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.6%

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

R = 37.59%
G = 11.6%
B = 50.81%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A232DB (or 0xA232DB) is known color: Dark Orchid. HEX triplet: A2, 32 and DB. RGB value is (162,50,219). Sum of RGB (Red+Green+Blue) = 162+50+219=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 50 (19.92% from 255 or 11.60% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #A232DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232DB is #5DCD24. Grayscale: #666666. Windows color (decimal): -6147365 or 14365346. OLE color: 14365346.

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

Color convert

RGB 162 50 219 -
CMYK 0.26 0.77 0 0.14
HSL 279.76º 0.7% 0.53% -
HSV(B) 279.76º 0.77% 0.86% -
XYZ 28.83 15.08 68.41 -
YUV 102.75 193.61 170.26 -
System Red Green Blue C M Y K H S L
Decimal 162 50 219 0.26 0.77 0 0.14 279.76 0.7 0.53
Hex A2 32 DB 1A 4D 0 E 118 46 35
Octal 242 62 333 32 115 0 16 430 106 65
Binary 10100010 110010 11011011 11010 1001101 0 1110 100011000 1000110 110101

Color Harmonies of #A232DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A232DB

Black with #A232DB

Text Example


Text Example

White with #A232DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A232DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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