Html Css Color HEX #A835BC Dark Orchid

📋 copy color: '#A835BC'

red 168 ◦ green 53 ◦ blue 188

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

Shades of Dark Orchid #A835BC

Tints of Dark Orchid #A835BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 45.97%

R = 41.08%
G = 12.96%
B = 45.97%

CMYK

 C value IS 0.11

 M value IS 0.72

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A835BC (or 0xA835BC) is known color: Dark Orchid. HEX triplet: A8, 35 and BC. RGB value is (168,53,188). Sum of RGB (Red+Green+Blue) = 168+53+188=409 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.08% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #A835BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A835BC is #57CA43. Grayscale: #666666. Windows color (decimal): -5753412 or 12334504. OLE color: 12334504.

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

Color convert

RGB 168 53 188 -
CMYK 0.11 0.72 0 0.26
HSL 291.11º 0.56% 0.47% -
HSV(B) 291.11º 0.72% 0.74% -
XYZ 26.5 14.5 48.98 -
YUV 102.78 176.1 174.52 -
System Red Green Blue C M Y K H S L
Decimal 168 53 188 0.11 0.72 0 0.26 291.11 0.56 0.47
Hex A8 35 BC B 48 0 1A 123 38 2F
Octal 250 65 274 13 110 0 32 443 70 57
Binary 10101000 110101 10111100 1011 1001000 0 11010 100100011 111000 101111

Color Harmonies of #A835BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A835BC

Black with #A835BC

Text Example


Text Example

White with #A835BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A835BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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