Html Css Color HEX #A230DB Dark Orchid

📋 copy color: '#A230DB'

red 162 ◦ green 48 ◦ blue 219

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

Shades of Dark Orchid #A230DB

Tints of Dark Orchid #A230DB

RGB

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

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

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

R = 37.76%
G = 11.19%
B = 51.05%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A230DB (or 0xA230DB) is known color: Dark Orchid. HEX triplet: A2, 30 and DB. RGB value is (162,48,219). Sum of RGB (Red+Green+Blue) = 162+48+219=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 48 (19.14% from 255 or 11.19% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #A230DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A230DB is #5DCF24. Grayscale: #656565. Windows color (decimal): -6147877 or 14364834. OLE color: 14364834.

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

Color convert

RGB 162 48 219 -
CMYK 0.26 0.78 0 0.14
HSL 280º 0.7% 0.52% -
HSV(B) 280º 0.78% 0.86% -
XYZ 28.74 14.91 68.38 -
YUV 101.58 194.27 171.1 -
System Red Green Blue C M Y K H S L
Decimal 162 48 219 0.26 0.78 0 0.14 280 0.7 0.52
Hex A2 30 DB 1A 4E 0 E 118 46 34
Octal 242 60 333 32 116 0 16 430 106 64
Binary 10100010 110000 11011011 11010 1001110 0 1110 100011000 1000110 110100

Color Harmonies of #A230DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A230DB

Black with #A230DB

Text Example


Text Example

White with #A230DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A230DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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