Html Css Color HEX #A233B4 Dark Orchid

📋 copy color: '#A233B4'

red 162 ◦ green 51 ◦ blue 180

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

Shades of Dark Orchid #A233B4

Tints of Dark Orchid #A233B4

RGB

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

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

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

R = 41.22%
G = 12.98%
B = 45.8%

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

#A233B4 (or 0xA233B4) is known color: Dark Orchid. HEX triplet: A2, 33 and B4. RGB value is (162,51,180). Sum of RGB (Red+Green+Blue) = 162+51+180=393 (52% of max value = 765). Red value is 162 (63.67% from 255 or 41.22% from 393); Green value is 51 (20.31% from 255 or 12.98% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 180 - color contains mainly: blue. Hex color #A233B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233B4 is #5DCC4B. Grayscale: #626262. Windows color (decimal): -6147148 or 11809698. OLE color: 11809698.

HSL color Cylindrical-coordinate representation of color #A233B4: hue angle of 291.63º degrees, saturation: 0.56, 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 #A233B4 is Cyan = 0.1, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 51 180 -
CMYK 0.1 0.72 0 0.29
HSL 291.63º 0.56% 0.45% -
HSV(B) 291.63º 0.72% 0.71% -
XYZ 24.32 13.34 44.47 -
YUV 98.9 173.77 173.01 -
System Red Green Blue C M Y K H S L
Decimal 162 51 180 0.1 0.72 0 0.29 291.63 0.56 0.45
Hex A2 33 B4 A 48 0 1D 124 38 2D
Octal 242 63 264 12 110 0 35 444 70 55
Binary 10100010 110011 10110100 1010 1001000 0 11101 100100100 111000 101101

Color Harmonies of #A233B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A233B4

Black with #A233B4

Text Example


Text Example

White with #A233B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A233B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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