Html Css Color HEX #A233C9 Dark Orchid

📋 copy color: '#A233C9'

red 162 ◦ green 51 ◦ blue 201

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

Shades of Dark Orchid #A233C9

Tints of Dark Orchid #A233C9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.32%

 BLUE value IS 201 (78.91% from 255) = 48.55%

R = 39.13%
G = 12.32%
B = 48.55%

CMYK

 C value IS 0.19

 M value IS 0.75

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A233C9 (or 0xA233C9) is known color: Dark Orchid. HEX triplet: A2, 33 and C9. RGB value is (162,51,201). Sum of RGB (Red+Green+Blue) = 162+51+201=414 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.13% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #A233C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233C9 is #5DCC36. Grayscale: #646464. Windows color (decimal): -6147127 or 13185954. OLE color: 13185954.

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

Color convert

RGB 162 51 201 -
CMYK 0.19 0.75 0 0.21
HSL 284.4º 0.6% 0.49% -
HSV(B) 284.4º 0.75% 0.79% -
XYZ 26.63 14.27 56.61 -
YUV 101.29 184.27 171.3 -
System Red Green Blue C M Y K H S L
Decimal 162 51 201 0.19 0.75 0 0.21 284.4 0.6 0.49
Hex A2 33 C9 13 4B 0 15 11C 3C 31
Octal 242 63 311 23 113 0 25 434 74 61
Binary 10100010 110011 11001001 10011 1001011 0 10101 100011100 111100 110001

Color Harmonies of #A233C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A233C9

Black with #A233C9

Text Example


Text Example

White with #A233C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A233C9; }

 p { color: rgb(162,51,201); }

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

background-color css

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

 a { background-color: rgb(162,51,201); }

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

border-color css

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

 span { border-color: rgb(162,51,201); }

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