Html Css Color HEX #A232BE Dark Orchid

📋 copy color: '#A232BE'

red 162 ◦ green 50 ◦ blue 190

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

Shades of Dark Orchid #A232BE

Tints of Dark Orchid #A232BE

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.44%

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

R = 40.3%
G = 12.44%
B = 47.26%

CMYK

 C value IS 0.15

 M value IS 0.74

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A232BE (or 0xA232BE) is known color: Dark Orchid. HEX triplet: A2, 32 and BE. RGB value is (162,50,190). Sum of RGB (Red+Green+Blue) = 162+50+190=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 50 (19.92% from 255 or 12.44% from 402); Blue value is 190 (74.61% from 255 or 47.26% from 402); Max value from RGB is 190 - color contains mainly: blue. Hex color #A232BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232BE is #5DCD41. Grayscale: #636363. Windows color (decimal): -6147394 or 12464802. OLE color: 12464802.

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

Color convert

RGB 162 50 190 -
CMYK 0.15 0.74 0 0.25
HSL 288º 0.58% 0.47% -
HSV(B) 288º 0.74% 0.75% -
XYZ 25.34 13.68 50.02 -
YUV 99.45 179.11 172.62 -
System Red Green Blue C M Y K H S L
Decimal 162 50 190 0.15 0.74 0 0.25 288 0.58 0.47
Hex A2 32 BE F 4A 0 19 120 3A 2F
Octal 242 62 276 17 112 0 31 440 72 57
Binary 10100010 110010 10111110 1111 1001010 0 11001 100100000 111010 101111

Color Harmonies of #A232BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A232BE

Black with #A232BE

Text Example


Text Example

White with #A232BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A232BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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