Html Css Color HEX #A232B4 Dark Orchid

📋 copy color: '#A232B4'

red 162 ◦ green 50 ◦ blue 180

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

Shades of Dark Orchid #A232B4

Tints of Dark Orchid #A232B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 45.92%

R = 41.33%
G = 12.76%
B = 45.92%

CMYK

 C value IS 0.1

 M value IS 0.72

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A232B4 (or 0xA232B4) is known color: Dark Orchid. HEX triplet: A2, 32 and B4. RGB value is (162,50,180). Sum of RGB (Red+Green+Blue) = 162+50+180=392 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.33% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 180 (70.70% from 255 or 45.92% from 392); Max value from RGB is 180 - color contains mainly: blue. Hex color #A232B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A232B4 is #5DCD4B. Grayscale: #616161. Windows color (decimal): -6147404 or 11809442. OLE color: 11809442.

HSL color Cylindrical-coordinate representation of color #A232B4: hue angle of 291.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A232B4 is Cyan = 0.1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 50 180 -
CMYK 0.1 0.72 0 0.29
HSL 291.69º 0.57% 0.45% -
HSV(B) 291.69º 0.72% 0.71% -
XYZ 24.28 13.26 44.46 -
YUV 98.31 174.11 173.43 -
System Red Green Blue C M Y K H S L
Decimal 162 50 180 0.1 0.72 0 0.29 291.69 0.57 0.45
Hex A2 32 B4 A 48 0 1D 124 39 2D
Octal 242 62 264 12 110 0 35 444 71 55
Binary 10100010 110010 10110100 1010 1001000 0 11101 100100100 111001 101101

Color Harmonies of #A232B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A232B4

Black with #A232B4

Text Example


Text Example

White with #A232B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A232B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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