Html Css Color HEX #A230CE Dark Orchid

📋 copy color: '#A230CE'

red 162 ◦ green 48 ◦ blue 206

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

Shades of Dark Orchid #A230CE

Tints of Dark Orchid #A230CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 38.94%
G = 11.54%
B = 49.52%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A230CE (or 0xA230CE) is known color: Dark Orchid. HEX triplet: A2, 30 and CE. RGB value is (162,48,206). Sum of RGB (Red+Green+Blue) = 162+48+206=416 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.94% from 416); Green value is 48 (19.14% from 255 or 11.54% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #A230CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A230CE is #5DCF31. Grayscale: #636363. Windows color (decimal): -6147890 or 13512866. OLE color: 13512866.

HSL color Cylindrical-coordinate representation of color #A230CE: hue angle of 283.29º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A230CE is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 48 206 -
CMYK 0.21 0.77 0 0.19
HSL 283.29º 0.62% 0.5% -
HSV(B) 283.29º 0.77% 0.81% -
XYZ 27.1 14.25 59.72 -
YUV 100.1 187.77 172.15 -
System Red Green Blue C M Y K H S L
Decimal 162 48 206 0.21 0.77 0 0.19 283.29 0.62 0.5
Hex A2 30 CE 15 4D 0 13 11B 3E 32
Octal 242 60 316 25 115 0 23 433 76 62
Binary 10100010 110000 11001110 10101 1001101 0 10011 100011011 111110 110010

Color Harmonies of #A230CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A230CE

Black with #A230CE

Text Example


Text Example

White with #A230CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A230CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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