Html Css Color HEX #A235AC Dark Orchid

📋 copy color: '#A235AC'

red 162 ◦ green 53 ◦ blue 172

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

Shades of Dark Orchid #A235AC

Tints of Dark Orchid #A235AC

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.7%

 BLUE value IS 172 (67.58% from 255) = 44.44%

R = 41.86%
G = 13.7%
B = 44.44%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A235AC (or 0xA235AC) is known color: Dark Orchid. HEX triplet: A2, 35 and AC. RGB value is (162,53,172). Sum of RGB (Red+Green+Blue) = 162+53+172=387 (51% of max value = 765). Red value is 162 (63.67% from 255 or 41.86% from 387); Green value is 53 (21.09% from 255 or 13.70% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #A235AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A235AC is #5DCA53. Grayscale: #626262. Windows color (decimal): -6146644 or 11285922. OLE color: 11285922.

HSL color Cylindrical-coordinate representation of color #A235AC: hue angle of 294.96º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A235AC is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 162 53 172 -
CMYK 0.06 0.69 0 0.33
HSL 294.96º 0.53% 0.44% -
HSV(B) 294.96º 0.69% 0.67% -
XYZ 23.62 13.21 40.33 -
YUV 99.16 169.11 172.82 -
System Red Green Blue C M Y K H S L
Decimal 162 53 172 0.06 0.69 0 0.33 294.96 0.53 0.44
Hex A2 35 AC 6 45 0 21 127 35 2C
Octal 242 65 254 6 105 0 41 447 65 54
Binary 10100010 110101 10101100 110 1000101 0 100001 100100111 110101 101100

Color Harmonies of #A235AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A235AC

Black with #A235AC

Text Example


Text Example

White with #A235AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A235AC; }

 p { color: rgb(162,53,172); }

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

background-color css

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

 a { background-color: rgb(162,53,172); }

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

border-color css

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

 span { border-color: rgb(162,53,172); }

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