Html Css Color HEX #A835B0 Dark Orchid

📋 copy color: '#A835B0'

red 168 ◦ green 53 ◦ blue 176

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

Shades of Dark Orchid #A835B0

Tints of Dark Orchid #A835B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 44.33%

R = 42.32%
G = 13.35%
B = 44.33%

CMYK

 C value IS 0.05

 M value IS 0.70

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#A835B0 (or 0xA835B0) is known color: Dark Orchid. HEX triplet: A8, 35 and B0. RGB value is (168,53,176). Sum of RGB (Red+Green+Blue) = 168+53+176=397 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.32% from 397); Green value is 53 (21.09% from 255 or 13.35% from 397); Blue value is 176 (69.14% from 255 or 44.33% from 397); Max value from RGB is 176 - color contains mainly: blue. Hex color #A835B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A835B0 is #57CA4F. Grayscale: #656565. Windows color (decimal): -5753424 or 11548072. OLE color: 11548072.

HSL color Cylindrical-coordinate representation of color #A835B0: hue angle of 296.1º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A835B0 is Cyan = 0.05, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 168 53 176 -
CMYK 0.05 0.70 0 0.31
HSL 296.1º 0.54% 0.45% -
HSV(B) 296.1º 0.7% 0.69% -
XYZ 25.26 14.01 42.45 -
YUV 101.41 170.1 175.5 -
System Red Green Blue C M Y K H S L
Decimal 168 53 176 0.05 0.70 0 0.31 296.1 0.54 0.45
Hex A8 35 B0 5 46 0 1F 128 36 2D
Octal 250 65 260 5 106 0 37 450 66 55
Binary 10101000 110101 10110000 101 1000110 0 11111 100101000 110110 101101

Color Harmonies of #A835B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835B0

Black with #A835B0

Text Example


Text Example

White with #A835B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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