Html Css Color HEX #A238DB Dark Orchid

📋 copy color: '#A238DB'

red 162 ◦ green 56 ◦ blue 219

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

Shades of Dark Orchid #A238DB

Tints of Dark Orchid #A238DB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 12.81%

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

R = 37.07%
G = 12.81%
B = 50.11%

CMYK

 C value IS 0.26

 M value IS 0.74

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#A238DB (or 0xA238DB) is known color: Dark Orchid. HEX triplet: A2, 38 and DB. RGB value is (162,56,219). Sum of RGB (Red+Green+Blue) = 162+56+219=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 56 (22.27% from 255 or 12.81% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #A238DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A238DB is #5DC724. Grayscale: #696969. Windows color (decimal): -6145829 or 14366882. OLE color: 14366882.

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

Color convert

RGB 162 56 219 -
CMYK 0.26 0.74 0 0.14
HSL 279.02º 0.69% 0.54% -
HSV(B) 279.02º 0.74% 0.86% -
XYZ 29.1 15.62 68.5 -
YUV 106.28 191.62 167.75 -
System Red Green Blue C M Y K H S L
Decimal 162 56 219 0.26 0.74 0 0.14 279.02 0.69 0.54
Hex A2 38 DB 1A 4A 0 E 117 45 36
Octal 242 70 333 32 112 0 16 427 105 66
Binary 10100010 111000 11011011 11010 1001010 0 1110 100010111 1000101 110110

Color Harmonies of #A238DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A238DB

Black with #A238DB

Text Example


Text Example

White with #A238DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A238DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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