Html Css Color HEX #A235B5 Dark Orchid

📋 copy color: '#A235B5'

red 162 ◦ green 53 ◦ blue 181

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

Shades of Dark Orchid #A235B5

Tints of Dark Orchid #A235B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 45.71%

R = 40.91%
G = 13.38%
B = 45.71%

CMYK

 C value IS 0.10

 M value IS 0.71

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A235B5 (or 0xA235B5) is known color: Dark Orchid. HEX triplet: A2, 35 and B5. RGB value is (162,53,181). Sum of RGB (Red+Green+Blue) = 162+53+181=396 (52% of max value = 765). Red value is 162 (63.67% from 255 or 40.91% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 181 (71.09% from 255 or 45.71% from 396); Max value from RGB is 181 - color contains mainly: blue. Hex color #A235B5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A235B5 is #5DCA4A. Grayscale: #636363. Windows color (decimal): -6146635 or 11875746. OLE color: 11875746.

HSL color Cylindrical-coordinate representation of color #A235B5: hue angle of 291.09º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A235B5 is Cyan = 0.10, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 162 53 181 -
CMYK 0.10 0.71 0 0.29
HSL 291.09º 0.55% 0.46% -
HSV(B) 291.09º 0.71% 0.71% -
XYZ 24.51 13.56 45.04 -
YUV 100.18 173.61 172.09 -
System Red Green Blue C M Y K H S L
Decimal 162 53 181 0.10 0.71 0 0.29 291.09 0.55 0.46
Hex A2 35 B5 A 47 0 1D 123 37 2E
Octal 242 65 265 12 107 0 35 443 67 56
Binary 10100010 110101 10110101 1010 1000111 0 11101 100100011 110111 101110

Color Harmonies of #A235B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A235B5

Black with #A235B5

Text Example


Text Example

White with #A235B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A235B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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