Html Css Color HEX #AF34B7 Dark Orchid

📋 copy color: '#AF34B7'

red 175 ◦ green 52 ◦ blue 183

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

Shades of Dark Orchid #AF34B7

Tints of Dark Orchid #AF34B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.63%

R = 42.68%
G = 12.68%
B = 44.63%

CMYK

 C value IS 0.04

 M value IS 0.72

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#AF34B7 (or 0xAF34B7) is known color: Dark Orchid. HEX triplet: AF, 34 and B7. RGB value is (175,52,183). Sum of RGB (Red+Green+Blue) = 175+52+183=410 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.68% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 183 (71.88% from 255 or 44.63% from 410); Max value from RGB is 183 - color contains mainly: blue. Hex color #AF34B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF34B7 is #50CB48. Grayscale: #676767. Windows color (decimal): -5294921 or 12006575. OLE color: 12006575.

HSL color Cylindrical-coordinate representation of color #AF34B7: hue angle of 296.34º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF34B7 is Cyan = 0.04, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 52 183 -
CMYK 0.04 0.72 0 0.28
HSL 296.34º 0.56% 0.46% -
HSV(B) 296.34º 0.72% 0.72% -
XYZ 27.45 14.99 46.25 -
YUV 103.71 172.75 178.85 -
System Red Green Blue C M Y K H S L
Decimal 175 52 183 0.04 0.72 0 0.28 296.34 0.56 0.46
Hex AF 34 B7 4 48 0 1C 128 38 2E
Octal 257 64 267 4 110 0 34 450 70 56
Binary 10101111 110100 10110111 100 1001000 0 11100 100101000 111000 101110

Color Harmonies of #AF34B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF34B7

Black with #AF34B7

Text Example


Text Example

White with #AF34B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF34B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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