Html Css Color HEX #A232B8 Dark Orchid

📋 copy color: '#A232B8'

red 162 ◦ green 50 ◦ blue 184

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

Shades of Dark Orchid #A232B8

Tints of Dark Orchid #A232B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 46.46%

R = 40.91%
G = 12.63%
B = 46.46%

CMYK

 C value IS 0.12

 M value IS 0.73

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A232B8 (or 0xA232B8) is known color: Dark Orchid. HEX triplet: A2, 32 and B8. RGB value is (162,50,184). Sum of RGB (Red+Green+Blue) = 162+50+184=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 50 (19.92% from 255 or 12.63% from 396); Blue value is 184 (72.27% from 255 or 46.46% from 396); Max value from RGB is 184 - color contains mainly: blue. Hex color #A232B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232B8 is #5DCD47. Grayscale: #626262. Windows color (decimal): -6147400 or 12071586. OLE color: 12071586.

HSL color Cylindrical-coordinate representation of color #A232B8: hue angle of 290.15º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A232B8 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 162 50 184 -
CMYK 0.12 0.73 0 0.28
HSL 290.15º 0.57% 0.46% -
HSV(B) 290.15º 0.73% 0.72% -
XYZ 24.69 13.42 46.64 -
YUV 98.76 176.11 173.1 -
System Red Green Blue C M Y K H S L
Decimal 162 50 184 0.12 0.73 0 0.28 290.15 0.57 0.46
Hex A2 32 B8 C 49 0 1C 122 39 2E
Octal 242 62 270 14 111 0 34 442 71 56
Binary 10100010 110010 10111000 1100 1001001 0 11100 100100010 111001 101110

Color Harmonies of #A232B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A232B8

Black with #A232B8

Text Example


Text Example

White with #A232B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A232B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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