Html Css Color HEX #A835B8 Dark Orchid

📋 copy color: '#A835B8'

red 168 ◦ green 53 ◦ blue 184

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

Shades of Dark Orchid #A835B8

Tints of Dark Orchid #A835B8

RGB

 RED value IS 168 (66.02% from 255) = 41.48%

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

 BLUE value IS 184 (72.27% from 255) = 45.43%

R = 41.48%
G = 13.09%
B = 45.43%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#A835B8 (or 0xA835B8) is known color: Dark Orchid. HEX triplet: A8, 35 and B8. RGB value is (168,53,184). Sum of RGB (Red+Green+Blue) = 168+53+184=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 53 (21.09% from 255 or 13.09% from 405); Blue value is 184 (72.27% from 255 or 45.43% from 405); Max value from RGB is 184 - color contains mainly: blue. Hex color #A835B8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835B8 is #57CA47. Grayscale: #656565. Windows color (decimal): -5753416 or 12072360. OLE color: 12072360.

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

Color convert

RGB 168 53 184 -
CMYK 0.09 0.71 0 0.28
HSL 292.67º 0.55% 0.46% -
HSV(B) 292.67º 0.71% 0.72% -
XYZ 26.07 14.33 46.74 -
YUV 102.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 168 53 184 0.09 0.71 0 0.28 292.67 0.55 0.46
Hex A8 35 B8 9 47 0 1C 125 37 2E
Octal 250 65 270 11 107 0 34 445 67 56
Binary 10101000 110101 10111000 1001 1000111 0 11100 100100101 110111 101110

Color Harmonies of #A835B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835B8

Black with #A835B8

Text Example


Text Example

White with #A835B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835B8; }

 p { color: rgb(168,53,184); }

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

background-color css

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

 a { background-color: rgb(168,53,184); }

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

border-color css

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

 span { border-color: rgb(168,53,184); }

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