Html Css Color HEX #AF34DD Dark Orchid

📋 copy color: '#AF34DD'

red 175 ◦ green 52 ◦ blue 221

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

Shades of Dark Orchid #AF34DD

Tints of Dark Orchid #AF34DD

RGB

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

 GREEN value IS 52 (20.7% from 255) = 11.61%

 BLUE value IS 221 (86.72% from 255) = 49.33%

R = 39.06%
G = 11.61%
B = 49.33%

CMYK

 C value IS 0.21

 M value IS 0.76

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AF34DD (or 0xAF34DD) is known color: Dark Orchid. HEX triplet: AF, 34 and DD. RGB value is (175,52,221). Sum of RGB (Red+Green+Blue) = 175+52+221=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 52 (20.70% from 255 or 11.61% from 448); Blue value is 221 (86.72% from 255 or 49.33% from 448); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF34DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34DD is #50CB22. Grayscale: #6B6B6B. Windows color (decimal): -5294883 or 14496943. OLE color: 14496943.

HSL color Cylindrical-coordinate representation of color #AF34DD: hue angle of 283.67º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF34DD is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 175 52 221 -
CMYK 0.21 0.76 0 0.13
HSL 283.67º 0.71% 0.54% -
HSV(B) 283.67º 0.76% 0.87% -
XYZ 31.96 16.79 69.96 -
YUV 108.04 191.75 175.76 -
System Red Green Blue C M Y K H S L
Decimal 175 52 221 0.21 0.76 0 0.13 283.67 0.71 0.54
Hex AF 34 DD 15 4C 0 D 11C 47 36
Octal 257 64 335 25 114 0 15 434 107 66
Binary 10101111 110100 11011101 10101 1001100 0 1101 100011100 1000111 110110

Color Harmonies of #AF34DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34DD

Black with #AF34DD

Text Example


Text Example

White with #AF34DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34DD; }

 p { color: rgb(175,52,221); }

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

background-color css

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

 a { background-color: rgb(175,52,221); }

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

border-color css

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

 span { border-color: rgb(175,52,221); }

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