Html Css Color HEX #AF33DA Dark Orchid

📋 copy color: '#AF33DA'

red 175 ◦ green 51 ◦ blue 218

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

Shades of Dark Orchid #AF33DA

Tints of Dark Orchid #AF33DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.1%

R = 39.41%
G = 11.49%
B = 49.1%

CMYK

 C value IS 0.20

 M value IS 0.77

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AF33DA (or 0xAF33DA) is known color: Dark Orchid. HEX triplet: AF, 33 and DA. RGB value is (175,51,218). Sum of RGB (Red+Green+Blue) = 175+51+218=444 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.41% from 444); Green value is 51 (20.31% from 255 or 11.49% from 444); Blue value is 218 (85.55% from 255 or 49.10% from 444); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF33DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF33DA is #50CC25. Grayscale: #6A6A6A. Windows color (decimal): -5295142 or 14300079. OLE color: 14300079.

HSL color Cylindrical-coordinate representation of color #AF33DA: hue angle of 284.55º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AF33DA is Cyan = 0.20, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 175 51 218 -
CMYK 0.20 0.77 0 0.15
HSL 284.55º 0.69% 0.53% -
HSV(B) 284.55º 0.77% 0.85% -
XYZ 31.52 16.54 67.86 -
YUV 107.11 190.58 176.42 -
System Red Green Blue C M Y K H S L
Decimal 175 51 218 0.20 0.77 0 0.15 284.55 0.69 0.53
Hex AF 33 DA 14 4D 0 F 11D 45 35
Octal 257 63 332 24 115 0 17 435 105 65
Binary 10101111 110011 11011010 10100 1001101 0 1111 100011101 1000101 110101

Color Harmonies of #AF33DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF33DA

Black with #AF33DA

Text Example


Text Example

White with #AF33DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF33DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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