Html Css Color HEX #A234CE Dark Orchid

📋 copy color: '#A234CE'

red 162 ◦ green 52 ◦ blue 206

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

Shades of Dark Orchid #A234CE

Tints of Dark Orchid #A234CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.38%

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

R = 38.57%
G = 12.38%
B = 49.05%

CMYK

 C value IS 0.21

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A234CE (or 0xA234CE) is known color: Dark Orchid. HEX triplet: A2, 34 and CE. RGB value is (162,52,206). Sum of RGB (Red+Green+Blue) = 162+52+206=420 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.57% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #A234CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A234CE is #5DCB31. Grayscale: #656565. Windows color (decimal): -6146866 or 13513890. OLE color: 13513890.

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

Color convert

RGB 162 52 206 -
CMYK 0.21 0.75 0 0.19
HSL 282.86º 0.61% 0.51% -
HSV(B) 282.86º 0.75% 0.81% -
XYZ 27.27 14.59 59.77 -
YUV 102.45 186.44 170.48 -
System Red Green Blue C M Y K H S L
Decimal 162 52 206 0.21 0.75 0 0.19 282.86 0.61 0.51
Hex A2 34 CE 15 4B 0 13 11B 3D 33
Octal 242 64 316 25 113 0 23 433 75 63
Binary 10100010 110100 11001110 10101 1001011 0 10011 100011011 111101 110011

Color Harmonies of #A234CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A234CE

Black with #A234CE

Text Example


Text Example

White with #A234CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A234CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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