Html Css Color HEX #A230DE Dark Orchid

📋 copy color: '#A230DE'

red 162 ◦ green 48 ◦ blue 222

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

Shades of Dark Orchid #A230DE

Tints of Dark Orchid #A230DE

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.11%

 BLUE value IS 222 (87.11% from 255) = 51.39%

R = 37.5%
G = 11.11%
B = 51.39%

CMYK

 C value IS 0.27

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A230DE (or 0xA230DE) is known color: Dark Orchid. HEX triplet: A2, 30 and DE. RGB value is (162,48,222). Sum of RGB (Red+Green+Blue) = 162+48+222=432 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.5% from 432); Green value is 48 (19.14% from 255 or 11.11% from 432); Blue value is 222 (87.11% from 255 or 51.39% from 432); Max value from RGB is 222 - color contains mainly: blue. Hex color #A230DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A230DE is #5DCF21. Grayscale: #656565. Windows color (decimal): -6147874 or 14561442. OLE color: 14561442.

HSL color Cylindrical-coordinate representation of color #A230DE: hue angle of 279.31º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A230DE is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 48 222 -
CMYK 0.27 0.78 0 0.13
HSL 279.31º 0.73% 0.53% -
HSV(B) 279.31º 0.78% 0.87% -
XYZ 29.14 15.07 70.48 -
YUV 101.92 195.77 170.85 -
System Red Green Blue C M Y K H S L
Decimal 162 48 222 0.27 0.78 0 0.13 279.31 0.73 0.53
Hex A2 30 DE 1B 4E 0 D 117 48 35
Octal 242 60 336 33 116 0 15 427 110 65
Binary 10100010 110000 11011110 11011 1001110 0 1101 100010111 1001000 110101

Color Harmonies of #A230DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A230DE

Black with #A230DE

Text Example


Text Example

White with #A230DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A230DE; }

 p { color: rgb(162,48,222); }

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

background-color css

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

 a { background-color: rgb(162,48,222); }

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

border-color css

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

 span { border-color: rgb(162,48,222); }

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