Html Css Color HEX #AF38BD Dark Orchid

📋 copy color: '#AF38BD'

red 175 ◦ green 56 ◦ blue 189

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

Shades of Dark Orchid #AF38BD

Tints of Dark Orchid #AF38BD

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.33%

 BLUE value IS 189 (74.22% from 255) = 45%

R = 41.67%
G = 13.33%
B = 45%

CMYK

 C value IS 0.07

 M value IS 0.70

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AF38BD (or 0xAF38BD) is known color: Dark Orchid. HEX triplet: AF, 38 and BD. RGB value is (175,56,189). Sum of RGB (Red+Green+Blue) = 175+56+189=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 56 (22.27% from 255 or 13.33% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF38BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF38BD is #50C742. Grayscale: #6A6A6A. Windows color (decimal): -5293891 or 12400815. OLE color: 12400815.

HSL color Cylindrical-coordinate representation of color #AF38BD: hue angle of 293.68º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF38BD is Cyan = 0.07, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 56 189 -
CMYK 0.07 0.70 0 0.26
HSL 293.68º 0.54% 0.48% -
HSV(B) 293.68º 0.7% 0.74% -
XYZ 28.28 15.62 49.67 -
YUV 106.74 174.42 176.69 -
System Red Green Blue C M Y K H S L
Decimal 175 56 189 0.07 0.70 0 0.26 293.68 0.54 0.48
Hex AF 38 BD 7 46 0 1A 126 36 30
Octal 257 70 275 7 106 0 32 446 66 60
Binary 10101111 111000 10111101 111 1000110 0 11010 100100110 110110 110000

Color Harmonies of #AF38BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF38BD

Black with #AF38BD

Text Example


Text Example

White with #AF38BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF38BD; }

 p { color: rgb(175,56,189); }

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

background-color css

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

 a { background-color: rgb(175,56,189); }

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

border-color css

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

 span { border-color: rgb(175,56,189); }

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