Html Css Color HEX #AF33D8 Dark Orchid

📋 copy color: '#AF33D8'

red 175 ◦ green 51 ◦ blue 216

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

Shades of Dark Orchid #AF33D8

Tints of Dark Orchid #AF33D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.87%

R = 39.59%
G = 11.54%
B = 48.87%

CMYK

 C value IS 0.19

 M value IS 0.76

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF33D8 (or 0xAF33D8) is known color: Dark Orchid. HEX triplet: AF, 33 and D8. RGB value is (175,51,216). Sum of RGB (Red+Green+Blue) = 175+51+216=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 51 (20.31% from 255 or 11.54% from 442); Blue value is 216 (84.77% from 255 or 48.87% from 442); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF33D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33D8 is #50CC27. Grayscale: #6A6A6A. Windows color (decimal): -5295144 or 14169007. OLE color: 14169007.

HSL color Cylindrical-coordinate representation of color #AF33D8: hue angle of 285.09º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF33D8 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 51 216 -
CMYK 0.19 0.76 0 0.15
HSL 285.09º 0.68% 0.52% -
HSV(B) 285.09º 0.76% 0.85% -
XYZ 31.26 16.44 66.49 -
YUV 106.89 189.58 176.58 -
System Red Green Blue C M Y K H S L
Decimal 175 51 216 0.19 0.76 0 0.15 285.09 0.68 0.52
Hex AF 33 D8 13 4C 0 F 11D 44 34
Octal 257 63 330 23 114 0 17 435 104 64
Binary 10101111 110011 11011000 10011 1001100 0 1111 100011101 1000100 110100

Color Harmonies of #AF33D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33D8

Black with #AF33D8

Text Example


Text Example

White with #AF33D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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