Html Css Color HEX #A23ECF Dark Orchid

📋 copy color: '#A23ECF'

red 162 ◦ green 62 ◦ blue 207

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

Shades of Dark Orchid #A23ECF

Tints of Dark Orchid #A23ECF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.39%

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 37.59%
G = 14.39%
B = 48.03%

CMYK

 C value IS 0.22

 M value IS 0.70

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A23ECF (or 0xA23ECF) is known color: Dark Orchid. HEX triplet: A2, 3E and CF. RGB value is (162,62,207). Sum of RGB (Red+Green+Blue) = 162+62+207=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 62 (24.61% from 255 or 14.39% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #A23ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23ECF is #5DC130. Grayscale: #6B6B6B. Windows color (decimal): -6144305 or 13581986. OLE color: 13581986.

HSL color Cylindrical-coordinate representation of color #A23ECF: hue angle of 281.38º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23ECF is Cyan = 0.22, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 162 62 207 -
CMYK 0.22 0.70 0 0.19
HSL 281.38º 0.6% 0.53% -
HSV(B) 281.38º 0.7% 0.81% -
XYZ 27.89 15.63 60.58 -
YUV 108.43 183.63 166.21 -
System Red Green Blue C M Y K H S L
Decimal 162 62 207 0.22 0.70 0 0.19 281.38 0.6 0.53
Hex A2 3E CF 16 46 0 13 119 3C 35
Octal 242 76 317 26 106 0 23 431 74 65
Binary 10100010 111110 11001111 10110 1000110 0 10011 100011001 111100 110101

Color Harmonies of #A23ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23ECF

Black with #A23ECF

Text Example


Text Example

White with #A23ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23ECF; }

 p { color: rgb(162,62,207); }

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

background-color css

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

 a { background-color: rgb(162,62,207); }

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

border-color css

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

 span { border-color: rgb(162,62,207); }

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