Html Css Color HEX #A833BD Dark Orchid

📋 copy color: '#A833BD'

red 168 ◦ green 51 ◦ blue 189

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

Shades of Dark Orchid #A833BD

Tints of Dark Orchid #A833BD

RGB

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

 GREEN value IS 51 (20.31% from 255) = 12.5%

 BLUE value IS 189 (74.22% from 255) = 46.32%

R = 41.18%
G = 12.5%
B = 46.32%

CMYK

 C value IS 0.11

 M value IS 0.73

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A833BD (or 0xA833BD) is known color: Dark Orchid. HEX triplet: A8, 33 and BD. RGB value is (168,51,189). Sum of RGB (Red+Green+Blue) = 168+51+189=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 51 (20.31% from 255 or 12.5% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #A833BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A833BD is #57CC42. Grayscale: #656565. Windows color (decimal): -5753923 or 12399528. OLE color: 12399528.

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

Color convert

RGB 168 51 189 -
CMYK 0.11 0.73 0 0.26
HSL 290.87º 0.58% 0.47% -
HSV(B) 290.87º 0.73% 0.74% -
XYZ 26.52 14.37 49.52 -
YUV 101.72 177.26 175.28 -
System Red Green Blue C M Y K H S L
Decimal 168 51 189 0.11 0.73 0 0.26 290.87 0.58 0.47
Hex A8 33 BD B 49 0 1A 123 3A 2F
Octal 250 63 275 13 111 0 32 443 72 57
Binary 10101000 110011 10111101 1011 1001001 0 11010 100100011 111010 101111

Color Harmonies of #A833BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A833BD

Black with #A833BD

Text Example


Text Example

White with #A833BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A833BD; }

 p { color: rgb(168,51,189); }

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

background-color css

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

 a { background-color: rgb(168,51,189); }

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

border-color css

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

 span { border-color: rgb(168,51,189); }

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