Html Css Color HEX #A233DA Dark Orchid

📋 copy color: '#A233DA'

red 162 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #A233DA

Tints of Dark Orchid #A233DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.58%

R = 37.59%
G = 11.83%
B = 50.58%

CMYK

 C value IS 0.26

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A233DA (or 0xA233DA) is known color: Dark Orchid. HEX triplet: A2, 33 and DA. RGB value is (162,51,218). Sum of RGB (Red+Green+Blue) = 162+51+218=431 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.59% from 431); Green value is 51 (20.31% from 255 or 11.83% from 431); Blue value is 218 (85.55% from 255 or 50.58% from 431); Max value from RGB is 218 - color contains mainly: blue. Hex color #A233DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A233DA is #5DCC25. Grayscale: #666666. Windows color (decimal): -6147110 or 14300066. OLE color: 14300066.

HSL color Cylindrical-coordinate representation of color #A233DA: hue angle of 279.88º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A233DA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 162 51 218 -
CMYK 0.26 0.77 0 0.15
HSL 279.88º 0.69% 0.53% -
HSV(B) 279.88º 0.77% 0.85% -
XYZ 28.74 15.11 67.73 -
YUV 103.23 192.77 169.92 -
System Red Green Blue C M Y K H S L
Decimal 162 51 218 0.26 0.77 0 0.15 279.88 0.69 0.53
Hex A2 33 DA 1A 4D 0 F 118 45 35
Octal 242 63 332 32 115 0 17 430 105 65
Binary 10100010 110011 11011010 11010 1001101 0 1111 100011000 1000101 110101

Color Harmonies of #A233DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A233DA

Black with #A233DA

Text Example


Text Example

White with #A233DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A233DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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