Html Css Color HEX #A835BB Dark Orchid

📋 copy color: '#A835BB'

red 168 ◦ green 53 ◦ blue 187

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

Shades of Dark Orchid #A835BB

Tints of Dark Orchid #A835BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.83%

R = 41.18%
G = 12.99%
B = 45.83%

CMYK

 C value IS 0.10

 M value IS 0.72

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#A835BB (or 0xA835BB) is known color: Dark Orchid. HEX triplet: A8, 35 and BB. RGB value is (168,53,187). Sum of RGB (Red+Green+Blue) = 168+53+187=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 53 (21.09% from 255 or 12.99% from 408); Blue value is 187 (73.44% from 255 or 45.83% from 408); Max value from RGB is 187 - color contains mainly: blue. Hex color #A835BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835BB is #57CA44. Grayscale: #666666. Windows color (decimal): -5753413 or 12268968. OLE color: 12268968.

HSL color Cylindrical-coordinate representation of color #A835BB: hue angle of 291.49º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A835BB is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 53 187 -
CMYK 0.10 0.72 0 0.27
HSL 291.49º 0.56% 0.47% -
HSV(B) 291.49º 0.72% 0.73% -
XYZ 26.39 14.46 48.41 -
YUV 102.66 175.6 174.6 -
System Red Green Blue C M Y K H S L
Decimal 168 53 187 0.10 0.72 0 0.27 291.49 0.56 0.47
Hex A8 35 BB A 48 0 1B 123 38 2F
Octal 250 65 273 12 110 0 33 443 70 57
Binary 10101000 110101 10111011 1010 1001000 0 11011 100100011 111000 101111

Color Harmonies of #A835BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835BB

Black with #A835BB

Text Example


Text Example

White with #A835BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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