Html Css Color HEX #AF33BA Dark Orchid

📋 copy color: '#AF33BA'

red 175 ◦ green 51 ◦ blue 186

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

Shades of Dark Orchid #AF33BA

Tints of Dark Orchid #AF33BA

RGB

 RED value IS 175 (68.75% from 255) = 42.48%

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 42.48%
G = 12.38%
B = 45.15%

CMYK

 C value IS 0.06

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AF33BA (or 0xAF33BA) is known color: Dark Orchid. HEX triplet: AF, 33 and BA. RGB value is (175,51,186). Sum of RGB (Red+Green+Blue) = 175+51+186=412 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.48% from 412); Green value is 51 (20.31% from 255 or 12.38% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #AF33BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33BA is #50CC45. Grayscale: #676767. Windows color (decimal): -5295174 or 12202927. OLE color: 12202927.

HSL color Cylindrical-coordinate representation of color #AF33BA: hue angle of 295.11º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF33BA is Cyan = 0.06, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 51 186 -
CMYK 0.06 0.73 0 0.27
HSL 295.11º 0.57% 0.46% -
HSV(B) 295.11º 0.73% 0.73% -
XYZ 27.73 15.03 47.89 -
YUV 103.47 174.58 179.02 -
System Red Green Blue C M Y K H S L
Decimal 175 51 186 0.06 0.73 0 0.27 295.11 0.57 0.46
Hex AF 33 BA 6 49 0 1B 127 39 2E
Octal 257 63 272 6 111 0 33 447 71 56
Binary 10101111 110011 10111010 110 1001001 0 11011 100100111 111001 101110

Color Harmonies of #AF33BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33BA

Black with #AF33BA

Text Example


Text Example

White with #AF33BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33BA; }

 p { color: rgb(175,51,186); }

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

background-color css

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

 a { background-color: rgb(175,51,186); }

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

border-color css

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

 span { border-color: rgb(175,51,186); }

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