Html Css Color HEX #AF33BB Dark Orchid

📋 copy color: '#AF33BB'

red 175 ◦ green 51 ◦ blue 187

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

Shades of Dark Orchid #AF33BB

Tints of Dark Orchid #AF33BB

RGB

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

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

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

R = 42.37%
G = 12.35%
B = 45.28%

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

#AF33BB (or 0xAF33BB) is known color: Dark Orchid. HEX triplet: AF, 33 and BB. RGB value is (175,51,187). Sum of RGB (Red+Green+Blue) = 175+51+187=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 51 (20.31% from 255 or 12.35% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #AF33BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33BB is #50CC44. Grayscale: #676767. Windows color (decimal): -5295173 or 12268463. OLE color: 12268463.

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

Color convert

RGB 175 51 187 -
CMYK 0.06 0.73 0 0.27
HSL 294.71º 0.57% 0.47% -
HSV(B) 294.71º 0.73% 0.73% -
XYZ 27.83 15.07 48.46 -
YUV 103.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 175 51 187 0.06 0.73 0 0.27 294.71 0.57 0.47
Hex AF 33 BB 6 49 0 1B 127 39 2F
Octal 257 63 273 6 111 0 33 447 71 57
Binary 10101111 110011 10111011 110 1001001 0 11011 100100111 111001 101111

Color Harmonies of #AF33BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33BB

Black with #AF33BB

Text Example


Text Example

White with #AF33BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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