Html Css Color HEX #A23CCB Dark Orchid

📋 copy color: '#A23CCB'

red 162 ◦ green 60 ◦ blue 203

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

Shades of Dark Orchid #A23CCB

Tints of Dark Orchid #A23CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 14.12%

 BLUE value IS 203 (79.69% from 255) = 47.76%

R = 38.12%
G = 14.12%
B = 47.76%

CMYK

 C value IS 0.20

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#A23CCB (or 0xA23CCB) is known color: Dark Orchid. HEX triplet: A2, 3C and CB. RGB value is (162,60,203). Sum of RGB (Red+Green+Blue) = 162+60+203=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 203 (79.69% from 255 or 47.76% from 425); Max value from RGB is 203 - color contains mainly: blue. Hex color #A23CCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A23CCB is #5DC334. Grayscale: #6A6A6A. Windows color (decimal): -6144821 or 13319330. OLE color: 13319330.

HSL color Cylindrical-coordinate representation of color #A23CCB: hue angle of 282.8º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A23CCB is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 162 60 203 -
CMYK 0.20 0.70 0 0.20
HSL 282.8º 0.58% 0.52% -
HSV(B) 282.8º 0.7% 0.8% -
XYZ 27.3 15.22 58 -
YUV 106.8 182.29 167.37 -
System Red Green Blue C M Y K H S L
Decimal 162 60 203 0.20 0.70 0 0.20 282.8 0.58 0.52
Hex A2 3C CB 14 46 0 14 11B 3A 34
Octal 242 74 313 24 106 0 24 433 72 64
Binary 10100010 111100 11001011 10100 1000110 0 10100 100011011 111010 110100

Color Harmonies of #A23CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23CCB

Black with #A23CCB

Text Example


Text Example

White with #A23CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23CCB; }

 p { color: rgb(162,60,203); }

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

background-color css

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

 a { background-color: rgb(162,60,203); }

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

border-color css

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

 span { border-color: rgb(162,60,203); }

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