Html Css Color HEX #A233BE Dark Orchid

📋 copy color: '#A233BE'

red 162 ◦ green 51 ◦ blue 190

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

Shades of Dark Orchid #A233BE

Tints of Dark Orchid #A233BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.15%

R = 40.2%
G = 12.66%
B = 47.15%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A233BE (or 0xA233BE) is known color: Dark Orchid. HEX triplet: A2, 33 and BE. RGB value is (162,51,190). Sum of RGB (Red+Green+Blue) = 162+51+190=403 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.20% from 403); Green value is 51 (20.31% from 255 or 12.66% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #A233BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233BE is #5DCC41. Grayscale: #636363. Windows color (decimal): -6147138 or 12465058. OLE color: 12465058.

HSL color Cylindrical-coordinate representation of color #A233BE: hue angle of 287.91º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A233BE is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 51 190 -
CMYK 0.15 0.73 0 0.25
HSL 287.91º 0.58% 0.47% -
HSV(B) 287.91º 0.73% 0.75% -
XYZ 25.38 13.77 50.03 -
YUV 100.04 178.77 172.2 -
System Red Green Blue C M Y K H S L
Decimal 162 51 190 0.15 0.73 0 0.25 287.91 0.58 0.47
Hex A2 33 BE F 49 0 19 120 3A 2F
Octal 242 63 276 17 111 0 31 440 72 57
Binary 10100010 110011 10111110 1111 1001001 0 11001 100100000 111010 101111

Color Harmonies of #A233BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A233BE

Black with #A233BE

Text Example


Text Example

White with #A233BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A233BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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